From: Wei Liu Date: Mon, 17 Sep 2018 08:33:41 +0000 (+0100) Subject: automation: skip some branches in gitlab CI X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3263 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=7be2c4c54b0f69a98e1b4489edd4cde7ce79ecbe;p=xen.git automation: skip some branches in gitlab CI Ignore branches which are always fast-forwarded to staging* branches. List of filters taken from Travis CI setup. Signed-off-by: Wei Liu Acked-by: Doug Goldstein --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2d695ff6f..bf6bf7d895 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,11 @@ stages: - xen/.config - '*.log' when: always + except: + - master + - smoke + - /^coverity-tested\/.*/ + - /^stable-.*/ .gcc-tmpl: variabes: &gcc